2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-features.h.in: Break the declaration of the three
version variables, so that gtk-doc can grok it.
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk-pixbuf-features.h.in: Break the declaration of the three
+ version variables, so that gtk-doc can grok it.
+
2004-10-29 Hans Breuer <hans@breuer.org>
* makefile.msc : updated
# endif /* !G_PLATFORM_WIN32 */
#endif /* GDK_PIXBUF_VAR */
-GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version, gdk_pixbuf_minor_version, gdk_pixbuf_micro_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version;
+GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version;
GDK_PIXBUF_VAR const char *gdk_pixbuf_version;
#endif